home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 295 / uniterm.20d / uniterm2.doc < prev    next >
Text File  |  1989-06-13  |  10KB  |  277 lines

  1.  
  2. ASCII.
  3. /
  4. ------------------------------------------------------------------
  5. Message number:   5
  6. Received: by CDCCentr via BITNet with NJF for LDK@CDCCentr; 29 Dec 87 13:04:09 C
  7. DT 
  8.  FILE NAME             = PROG-A16  87-00460  Z2         0182 RECORD FORMAT      
  9.    = VARIABLE LENGTH LOGICAL RECORD LENGTH =         80 NUMBER OF RECORDS     = 
  10.        261
  11. Date:     Mon, 28 Dec 87 11:52:29 GMT 
  12. To:       SOFPJF@UOGUELPH
  13. From:     K538915@CZHRZU1A.BITNET
  14. Subject:  UniTerm V2.0a  README.TXT Beta test and public distribution version 00
  15. Resent-To: ldk@KDC.DDS 
  16.  
  17.  
  18. Note by PJF: This file is a change history, and should be used in conjunction
  19. with the the original UniTerm documentation, which is currently under revision.
  20.   
  21.     Please take the time to personally thank the author: 
  22. Simon Poole <K538915@CZHRZU1A.BITNET> for providing this really fantastic 
  23. terminal emulator as freeware.  When you give it way in turn, try to
  24. remember to at least mention his name.  Simon's notes follow: 
  25.   
  26. ReadMe for UniTerm V2.0 030 <-|   (Beta test.) Public version described below.
  27. ----------------------------   | 
  28.                                |This number is displayed on the 
  29.                                 'About UniTerm...' dialog box and
  30.                                 indicates the "Edit Number" 
  31.   
  32. This release of UniTerm is NOT for redistribution, please show it 
  33. around, test it etc., but DON'T give it away! (Oh yes...this version 
  34. DOES HAVE a lot of trouble with color, it is in the process of being 
  35. fixed (ever tried to debug 32k of assembler code without being able to try
  36. it out!)). 
  37.   
  38. Changes 1.8a to 2.0
  39. --------------------
  40.   
  41. General: 
  42.      - FASTER!
  43.         text attributes in 80 col mode 7 to 10 times faster,
  44.         zoom 30% faster,
  45.         replay now reads the whole file in to memory at once
  46.         (if possible) 
  47.      - Popup menu bound to right mouse button. 
  48.      - A lot of bug fixes. 
  49.      - Slightly larger, sorry for this........ 
  50.      - Custom cursor and text output routines, cursor in 132 col mode
  51.        and underline cursor 
  52.      - Telephone dialer 
  53.      - DCM (Display Control Mode)
  54.      - Mouse cursor control should be a lot better 
  55.   
  56. Macro processor:
  57.   
  58.      - Ten lines of the current macro are buffered.
  59.      - The following commands are no longer unique in the first 
  60.        character: 
  61.          %RUN 
  62.          %DROPDTR 
  63.          %ASSERTDTR 
  64.          %PATH
  65.          %LOADSETUP 
  66.   
  67.       - New commands:
  68.   
  69.          %REASSIGN(altkey,command)  Assigns integer value command to the 
  70.                                     altenate key value altkey.
  71.          %POPUP(entry,command,name) Redefines an entry in the popup menu: 
  72.                                       entry : 1..20 
  73.                                       command : see list 
  74.                                       name : string that will be displayed
  75.          %UNICOMMAND(command)       Execute one of UniTerm's internal 
  76.                                     commands, see list.
  77.          %DIAL(num)                 Dial number num. 
  78.          %LOADTEL(filename)         Load a dialer setup file.
  79.          %ABORT(msg)                Abort current macro file and load 
  80.                                     $TEMP with msg.
  81.   
  82.       - Changes: 
  83.   
  84.          %MACRO  now executes the rest of the line depending on the
  85.          return status, if a macro execution is aborted, the rest
  86.          of the current line isn't executed.
  87.   
  88.          %GET can be interrupted by pressing <Control><C> 
  89.   
  90.       - Bug fixes:
  91.   
  92.         %RUN now uses the commandline parameter correctly, 
  93.         jumping to a non-existant line number shouldn't
  94.         cause a crash anymore (thanks Marion!).
  95.   
  96.         %KERMIT didn't work with the 'SEND' parameter. 
  97.   
  98.         %XMODEM crashed with a big bang when trying to receive, 
  99.         this was a bad case of 'somebody nust have already reported this
  100.         bug' 
  101.   
  102.       - List of UniTerm internal commands: 
  103.   
  104.              CResetTek = 1; 
  105.              CVDIOutput = 2; 
  106.              CPrintTextScreen = 3;
  107.              CTekMode = 4; 
  108.              CTextMode = 5; 
  109.              CReset = 6;
  110.              CAutoPrint = 7; 
  111.              CZoom = 8;
  112.              C132Toggle = 9; 
  113.              CScrollLock = 10;
  114.              C49Toggle = 11; 
  115.              CSendAnswerBack = 12; 
  116.              CShortBreak = 13;
  117.              CDropDTR = 14;
  118.              CLongBreak = 15;
  119.              CSaveHistory = 16;
  120.              CControlHistory = 17;
  121.              CSwitch = 18; 
  122.              CControlCapture = 19;
  123.              CPlayBack = 20;
  124.              CSendFile = 21;
  125.              CDegasSave = 22;
  126.              CReplayHistory = 23;
  127.              CHangup = 24; 
  128.              {Dial the number}
  129.              CDial1 = 25;
  130.              CDial2 = 26;
  131.              CDial3 = 27;
  132.              CDial4 = 28;
  133.              CDial5 = 29;
  134.              CDial6 = 30;
  135.              CDial7 = 31;
  136.              CDial8 = 32;
  137.              CDial9 = 33;
  138.              CDial10 = 34; 
  139.   
  140.              CSetPath = 35;
  141.              CDelFile = 36;
  142.              CDiskSpace = 37;
  143.              {Execute the function key} 
  144.              CF1 = 38;
  145.              CF2 = 39;
  146.              CF3 = 40;
  147.              CF4 = 41;
  148.              CF5 = 42;
  149.              CF6 = 43;
  150.              CF7 = 44;
  151.              CF8 = 45;
  152.              CF9 = 46;
  153.              CF10 = 47; 
  154.              CSF1 = 48; 
  155.              CSF2 = 49; 
  156.              CSF3 = 50; 
  157.              CSF4 = 51; 
  158.              CSF5 = 52; 
  159.              CSF6 = 53; 
  160.              CSF7 = 54; 
  161.              CSF8 = 55; 
  162.              CSF9 = 56; 
  163.              CSF10 = 57;
  164.   
  165.              CUtilities = 58; 
  166.              CToggleMeta = 59;
  167.              CHelp = 60; 
  168.   
  169. Dialer: 
  170.   
  171.       - setup file 'UNITERM.TEL' is loaded at startup, if it isn't
  172.         found the values for the dialer are reset.
  173.   
  174.       - Keys <Alt><1> to <Alt><0> dial numbers 1 to 10
  175.   
  176.       - <Alt><H> hangs the phone up
  177.   
  178.       - a '+' as first character of the number is a placeholder 
  179.         for the access code.
  180.   
  181.       - dialing can be aborted by pressing <Control><C>, the timeout 
  182.         is 40 seconds. 
  183.   
  184.       - the suffix, prefix and hangup strings are passed to the
  185.         macro interpreter in "function-key" mode (The prefix is no 
  186.         longer sent after the hangup string). 
  187.   
  188. Zoommode: 
  189.   
  190.       - 30% faster
  191.   
  192.       - keys changed: <Return> return to top level 
  193.                       <Undo> exit
  194.                       arrow keys now move 1/3 of a screen
  195. Terminal emulation:
  196.  Text mode: 
  197.       - ESC[?40h set meta mode
  198.         ESC[?40l reset meta mode
  199.       - meta mode: in meta mode <Alternate> is used as a meta key, 
  200.                    all <Alternate> special functions on the main
  201.                    keyboard are disabled, <Alt> + a function key 
  202.                    still works. 
  203.                    <Alt><CapsLock> toggles meta mode.
  204.       - ESC[*c inquire UniTerm version and mode
  205.         Report: 
  206.              ESC[*major;minor;release;max-row;max-colc
  207.         if you issue ESC[*c with this version of UniTerm and are in
  208.         80x24 mode you get as response: 
  209.              ESC[*2;0;0;24;80c 
  210.       - new DCS string passed to UniTerm macro processor:
  211.         ESCPu.....ESC\ 
  212.   
  213.         ESCPu%KERMIT('SEND',FALSE,'*.*')ESC\ would enable a remote 
  214.         computer to start UniTerm Kermit.
  215.   
  216.       - Delete and Backspace an be interchanged 
  217.       - a number of bugs fixed
  218.   
  219.  Tek mode: 
  220.       - Cursor in Tek mode 
  221.       - Tek Alpha mode is able to do selective erase now.
  222.       - Only codes between decimal 32 and 126 are displayed in alpha
  223.         mode
  224.       - CAN didn't switch properly back to text mode, fixed!
  225.       - GIN Cursor now behaves more like it does on other terminals
  226.         (again). 
  227.       - Blockfill and rectangle draw modes are no longer terminated 
  228.         by ASCII CR.
  229.   
  230. Help menu:
  231.   
  232.       - single character commands:
  233.         T : Tab dialog 
  234.         1 : Terminal settings 1 
  235.         2 : Terminal settings 2 
  236.         C : Dialer Configure
  237.   
  238. Popup menu:
  239.   
  240.       - the 10 right hand fields are bound to the 10 current telephone 
  241.         numbers
  242.   
  243. Kermit: 
  244.       - decoding of Attribute packets sometimes caused a crash, 
  245.         has been fixed. 
  246.   
  247. >>>>>>>>>>>>>and a lot more that I've already forgotten<<<<<<<<<<<<<<<<<<
  248. >>>>>>>>>>>>>>>>>>>>>>>>>>>More to come<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  249.   
  250. ReadMe for UniTerm V2.0a 003 <-|
  251. ----------------------------   | 
  252.                                |This number is displayed on the 
  253.                                 'About UniTerm...' dialog box and
  254.                                 indicates the "Edit Number" 
  255.   
  256. Changes 2.0 to 2.0a
  257. --------------------
  258.   
  259. General: 
  260.   
  261.         At last colour works again. The colour registers are saved and 
  262.         restored, so there shouldn't be any mixing up of your normal
  263.         color settings anymore (this is important, since in some future 
  264.         version of UniTerm more fancy things may be done :-)). 
  265.         The key <Alternate> + one of the keys used for german umlauts
  266.         are not specialy handeld anymore, this means you MUST use
  267.         KEYEDIT.PRG to get all ASCII characters on a german keyboard.
  268.   
  269. V2.0a 003
  270.   
  271.         Fixed bug that caused tab settings to be mixed up if UniTerm
  272.         loaded a setup file.
  273.   
  274. ------------------------------------------------------------------  5 
  275.  EOI ENCOUNTERED.
  276. /